Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

label artifact version and feature selection in CI #264

Merged
merged 11 commits into from
Dec 5, 2024

Conversation

sukoneck
Copy link
Contributor

@sukoneck sukoneck commented Dec 4, 2024

πŸ“ Summary

allow specifying compilation features and add version to artifact names in release workflow.


βœ… I have completed the following steps:

successful run: https://github.com/flashbots/rbuilder/actions/runs/12154595107

@@ -102,13 +108,13 @@ jobs:
- name: Upload rbuilder artifact
uses: actions/upload-artifact@v4
with:
name: rbuilder-${{ matrix.configs.target }}${{ matrix.features && '-' }}${{ matrix.features }}
name: rbuilder-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}${{ matrix.features && '-' }}${{ matrix.features }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this results in such filenames:

rbuilder-workflows-release-version-6725aee-aarch64-unknown-linux-gnu-redact-sensitive

why is the workflows-release-version useful? this seems to be added by this change πŸ€”

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no strong feelings. I dropped it, updated run here.

@sukoneck sukoneck merged commit 39f4903 into develop Dec 5, 2024
11 checks passed
@sukoneck sukoneck deleted the workflows/release-version branch December 5, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants